home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Read Me's / What's new in REALbasic 3_ < prev    next >
Text File  |  2001-01-31  |  4KB  |  69 lines

  1. What’s new in REALbasic 3?
  2. 12 February, 2001
  3.  
  4. Runs on Mac OS X and Carbon, compiles for both.
  5. REALbasic 3 runs natively on Mac OS X and creates applications that do the same. REALbasic and what you create with it use the Mac OS X native controls while running in that environment.
  6.  
  7. All new Sprite engine. 
  8. Completely rewritten Sprite engine, supports Sprites in a window, higher bit depths, and more. New Window properties allow control over full screen and menu bar appearance. 
  9.  
  10. All new Shell class. 
  11. Allows access to command-line applications on Mac OS X and Windows 
  12.  
  13. Improvements to the List box. 
  14. Now supports horizontal scrolling, custom scroll bars, and scroll position.
  15. Appearance in the Window editor reflects properties more closely including headings, fonts, initial value, scroll position, and more.
  16.  
  17. Improvements to the Edit field. 
  18. Can now locate and set character location and scroll position of Edit fields.
  19. Appearance in the Window editor reflects properties more closely including Password, background and foreground colors, 
  20.  
  21. Improvements to printing. 
  22. High resolution printing is now much easier and supports very thin lines at high resolution. 
  23.  
  24. Improvements to the REAL database. 
  25. Tables and columns can now be added after a database has been created.
  26. Database plug-ins made external to allow for easier updating. 
  27.  
  28. Improvements to the IDE. 
  29. Build dialog now supports AppleScript and is scriptable and recordable.
  30. Projects have crash protection and save a temporary copy at every build and run so should you crash, you will not lose your work.
  31. New encryption routine for exported classes and modules makes selling classes much more secure.
  32. Variables window substantially improved, resizable, can open multiple, disappears when object disappears, and more.
  33. Stepping through code now skips comments and empty lines
  34. Breakpoint now has a keyboard shortcut
  35. Project window smarter about locating project items, displays aliases in italics, double-clicking project items can open the item in an external editor, better drag and drop support, contextual menu for modifying project items and more
  36. Tool palette can now be horizontal or vertical
  37. Tool palette has new icons and look
  38.  
  39. Improvements to the Code Editor. 
  40. Autocompletion feature added; as REALbasic recognizes what you type it presents possible matches in a pop-up when more than one match exists.
  41. Copy-click feature added; option-clicking a word pastes it at the current editing point in your code.
  42. Selection enhancements; double-clicking parentheses and quotes selects the opening and closing elements and all the text between them.
  43. New “Copy and Append” feature, adds new text to the end of what's on the clipboard (there’s also a Cut and append).
  44. Copying from the Code Editor retains the indention of the source.
  45. Navigation buttons in the Code Editor; Previous and Next Method, Show Window Editor, and Hide/Show empty methods
  46. Improved Syntax coloring, now includes comments, keywords, strings, integers, and floating numbers.
  47. More navigation keyboard shortcuts following the Mac OS standards.
  48. Comments toggle improved
  49.  
  50. Improvements to online Language Reference. 
  51. Searchable
  52. Navigation buttons added
  53.  
  54. Improvements to many controls and functions.
  55. Scroll bars and Sliders appearance in the Window editor more closely matches their Properties
  56. Movie Player control appearance in the Window editor reflects properties more closely.
  57.  
  58. Improvements to file Format, Stationery, XML format export. 
  59. All new file format (see “New file format” document)
  60. Stationery files work
  61. Creating a project and naming it “Default New Project” and placing it in the Stationery folder makes that file the basis for any new project.
  62. Can export REALbasic projects in XML format, edit them, and then read them back in.
  63.  
  64. Over five hundred other bug fixes, enhancements, and optimizations
  65. Read the “REALbasic 3.0 Release Notes” for complete details
  66.  
  67. REALbasic is ©1997-2001 REAL Software, Inc.
  68. REALbasic is a registered trademark of REAL Software, Inc.
  69.